home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 014 (1987-05-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 014 (1987-05-15)(Ossowski, Stefan)(DE)(PD).adf / fd1.2 / cstrings_lib.fd < prev    next >
Text File  |  1987-03-04  |  894b  |  63 lines

  1. ##base _CStringBase
  2. ##bias 30
  3. ##private
  4. aTailPath()
  5. ##public
  6. TailPath(path)(A0)
  7. ##private
  8. abcopy()
  9. ##public
  10. bcopy(src,dest,len)(a0/a1,d0)
  11. ##private
  12. abzero()
  13. ##public
  14. bzero(buf,len)(a0/d0)
  15. ##private
  16. aindex()
  17. ##public
  18. index(string,value)(a0,d0)
  19. ##private
  20. arindex()
  21. ##public
  22. rindex(string,value)(a0,d0)
  23. ##private
  24. ascopy()
  25. ##public
  26. scopy(string)(a0)
  27. ##private
  28. asfree()
  29. ##public
  30. sfree(string)(a0)
  31. ##private
  32. astrcat()
  33. ##public
  34. strcat(to,from)(a0/a0)
  35. ##private
  36. astrcmp()
  37. ##public
  38. strcmp(firststring,secondstring)(a0/a1)
  39. ##private
  40. astrcpy()
  41. ##public
  42. strcpy(firststring,secondstring)(a0/a1)
  43. ##private
  44. astrlen()
  45. ##public
  46. strlen(string)(a0)
  47. ##private
  48. astrncat()
  49. ##public
  50. strncat(to,from,count)(a0/a1,d0)
  51. ##private
  52. astrncmp()
  53. ##public
  54. strncmp(firststring,secondstring,count)(a0/a1,d0)
  55. ##private
  56. astrncpy()
  57. ##public
  58. strncpy(to,from,count)(a0/a1,d0)
  59. ##private
  60. asuffix()
  61. ##public
  62. suffix(string,suffix)(a0/a1)
  63.